home *** CD-ROM | disk | FTP | other *** search
- #if 0
- int InitUDP()
- {
- int err = noErr;
-
-
- }
-
- int CloseUDP()
- {
-
- return 0;
- }
-
- int SendDNSResponse( UInt32 inDestAddr, UInt32 inWebPageAddr, /* packet id of some sort??? */ )
- {
- int err = noErr;
-
-
- return( err );
- }
-
- int SendUDPPacket( UInt32 inDestAddr, void *inPacket, UInt32 inPacketSize )
- {
- int err = noErr;
-
-
- return( err );
- }
- #endif
-